home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-23 | 1.7 KB | 44 lines | [TEXT/R*ch] |
- Combine Alignments Sample Data
-
- This function is intended for the situation when one wishes to combine
- two alignments that share at least one sequence in common. The user
- is prompted for a first and second input file, and the number of the
- sequence for each file to use for the realignment. It is important
- that this sequence will differ only in placement or number of gaps in
- each sequence. For example, "taxA" is selected as the sequence in
- common to both input files below, which is identical in both files
- if gaps are ignored. The second input file can be either a single
- or multiple string sequences. If the latter, the second alignment can
- optionally be adjusted based on the first, then included in the
- output (as in the example below).
-
- input file 1 'Seq.1' (sequence 1 of 6 -- taxA -- selected):
-
- taxA ac..t.g.cctttacg..c.gg...ttaaag.c
- taxB acccg.g.cctttacg..c.ggaaattaaag.c
- taxC ac..t.g.cctttacgccc.ggaaattaaag.c
- taxD ac..taggcctttacg..cggg...ttaaag.c
- taxE ac..taggcctttacg..c.gg...ttaaag.c
-
- input file 2 'Seq.2' (sequence 3 of 6 -- taxA -- selected):
-
- taxM ac..t.g.cctt.tacgcgg...ttacagc
- taxN ac..t.g.cctt.tacgcgg...ttaaa.c
- taxA ac..t.g.cctt.tacgcgg...ttaaagc
- taxO ac..t.g.cctt.taaacgg...ttacagc
- taxP accgtagtcctt.tacgcgg...tt.aagc
- taxQ ac..t.g.ccttatacgcggaccttaaagc
-
- output file:
-
- taxA ac..t.g.cctt.tacg..c.gg...ttaaag.c
- taxB acccg.g.cctt.tacg..c.ggaaattaaag.c
- taxC ac..t.g.cctt.tacgccc.ggaaattaaag.c
- taxD ac..taggcctt.tacg..cggg...ttaaag.c
- taxE ac..taggcctt.tacg..c.gg...ttaaag.c
- taxM ac..t.g.cctt.tacg..c.gg...ttacag.c
- taxN ac..t.g.cctt.tacg..c.gg...ttaaa..c
- taxA ac..t.g.cctt.tacg..c.gg...ttaaag.c
- taxO ac..t.g.cctt.taaa..c.gg...ttacag.c
- taxP accgtagtcctt.tacg..c.gg...tt.aag.c
- taxQ ac..t.g.ccttatacg..c.ggaccttaaag.c